home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000042_news@newsmaster….columbia.edu _Wed Jul 9 09:52:05 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA22267
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 9 Jul 1997 09:52:05 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA28111
  7.     for kermit.misc@watsun; Wed, 9 Jul 1997 09:52:04 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: reverse telnet using raw TCP (Linux modemd)
  12. Date: 9 Jul 1997 13:52:04 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <5q0524$2pl$1@apakabar.cc.columbia.edu>
  16. References: <5ptsrj$mfk@chagall.cti-software.nl> <5pu10b$g3$1@apakabar.cc.columbia.edu> <5pvnc7$koi@chagall.cti-software.nl>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7298
  19.  
  20. In article <5pvnc7$koi@chagall.cti-software.nl>,
  21. Pim Zandbergen <pim@cti-software.nl> wrote:
  22. : Because modemd does not answer to any telnet negotiation initiated by
  23. : K95, K95 (1.1.13) never seems to go into binary mode, no matter what
  24. : SET TELNET BINARY-MODE option I use.
  25.  
  26. That is because you are using a TELNET client.  And a TELNET client may
  27. not leave NVT mode until the remote side agrees via negotiation.  Since
  28. your modemd does not support the TELNET protocol, you should not expect
  29. a TELNET client to provide a RAW socket.
  30.  
  31. However, if you place modemd on a port other than port 23 (the TELNET 
  32. port), Kermit will not assume it is a TELNET client unless the other
  33. side begins the negotiation process first.  
  34.  
  35. To connect to modemd on port 1500,
  36.  
  37.     SET HOST <host> 1500
  38.  
  39.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  40.                  The Kermit Project * Columbia University
  41.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  42.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu